ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Waterfall<T> Class / RelativeData Property

In This Topic
    RelativeData Property
    In This Topic
    Gets or sets a value that determines whether the given data is relative.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property RelativeData As Boolean
    [DefaultValue(true)]
    public bool RelativeData {get; set;}
    See Also